www.gusucode.com > 酷维企业网站CMS管理系统 v2.1.0 > 酷维企业网站CMS管理系统 v2.1.0\code\Admin\Admin_Index_Top.asp

    <%if session("admin")="" then
response.Write "<script language='javascript'>alert('网络超时或您还没有登陆!');window.location.href='Admin_Login.asp';</script>"
response.End
end if
%>
<!--#include file="system/Connection.asp"-->
<!--#include file="system/WebConfig.asp"-->
<html>
<head>
<title><%=webname & "--后台管理页面"%></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
a:link { color:#000000;text-decoration:none}
a:hover {color:#666666;}
a:visited {color:#000000;text-decoration:none}

td {FONT-SIZE: 9pt; FILTER: dropshadow(color=#FFFFFF,offx=1,offy=1); COLOR: #000000; FONT-FAMILY: "宋体"}
img {filter:Alpha(opacity:100); chroma(color=#FFFFFF)}
.STYLE1 {color: #FF0000}
</style>
<base target="main">
<script language="JavaScript" type="text/JavaScript">
function preloadImg(src)
{
	var img=new Image();
	img.src=src
}
preloadImg("Images/admin_top_open.gif");

var displayBar=true;
function switchBar(obj)
{
	if (displayBar)
	{
		parent.frame.cols="0,*";
		displayBar=false;
		obj.src="Images/admin_top_open.gif";
		obj.title="打开左边管理导航菜单";
	}
	else{
		parent.frame.cols="180,*";
		displayBar=true;
		obj.src="Images/admin_top_close.gif";
		obj.title="关闭左边管理导航菜单";
	}
}
</script>
</head>

<body background="Images/admin_top_bg.gif" leftmargin="0" topmargin="0">
<table height="100%" width="100%" border=0 cellpadding=0 cellspacing=0>
<tr valign=middle>
	<td width=91>
	&nbsp;<img onClick="switchBar(this)" src="Images/admin_top_close.gif" title="关闭左边管理导航菜单" style="cursor:hand">	</td>
	<td width=20>
		<img src="Images/admin_top_icon_1.gif">	</td>
	<td width=63>
		<a href="Admin_password.asp">修改密码</a>	</td>
	<td width=22>
		<img src="Images/admin_top_icon_5.gif">	</td>
	<td><p>酷维企业CMS网站管理系统 - 企业建站首选服务商!<A href="http://cms.coczz.com" target="_blank">http://cms.coczz.com</A> <span class="STYLE1">销售客服QQ:921072227</span> 用户名 admin 密码 admin</p></td>
  </tr>
</table>
</body>
</html>